data-manipulation/hashing/sha512

hash data using SHA512Managed in .NET

rule:
  meta:
    name: hash data using SHA512Managed in .NET
    namespace: data-manipulation/hashing/sha512
    authors:
      - jonathanlepore@google.com
    scopes:
      static: function
      dynamic: thread
    references:
      - https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.sha512managed
  features:
    - and:
      - api: System.Security.Cryptography.SHA512Managed::ctor
      - api: System.Security.Cryptography.HashAlgorithm::ComputeHash

last edited: 2023-11-24 10:34:28